MTK enhancements:
authorrobertl <robertl>
Wed, 17 Jun 2009 01:31:18 +0000 (01:31 +0000)
committerrobertl <robertl>
Wed, 17 Jun 2009 01:31:18 +0000 (01:31 +0000)
commit1d406054cc4763c308e92cc305036c1a4b4114f4
tree80bac853b7cb9bcef3104b768ca17a96da5e6a74
parent6b65c1f56152337ec168695e6d2760fcfe015db6
MTK enhancements:

 * Fixet fallback read size to 2000kB instead of 1984kB,
  mtk_logger will probe for max log size.
 * Somewhat experimental fix for parsing data after logger
  overwrite has occured. In this case the bitmask is overwritten/corrupted
  and we read it from block #2 instead.
 * A few extra precautions for Holux GR245.
 * Detect 'missing/zero block' - no action so far...

New features:
 * New option: log_enable (BOOL). This will 'Enable logging after download'.
  Use it if you have interrupted the download and the log has been
  disabled. By default logging is disabled during download and then
  re-enabled again (if previously enabled) - this will force log enable.
 * Partial log download - compare 'data.bin' and device log - start downloading
 * data at 'last unread block'. If device has been erased
 data.bin is moved to data_old.bin
mtk_logger.c